home *** CD-ROM | disk | FTP | other *** search
/ HyperLib 1997 Winter - Disc 1 / HYPERLIB-1997-Winter-CD1.ISO.7z / HYPERLIB-1997-Winter-CD1.ISO / オンラインウェア / BUS / DynRisk 68k 4.01 demo.sit / DynRisk-Help.rsrc / TEXT_6513.txt < prev    next >
Text File  |  1996-08-30  |  2KB  |  24 lines

  1. Osc2
  2.  
  3. A periodic function changing gradually from one value to another in each period. By using this function you can model various periodic variables. The input value to this function is typically a time variable. Assume e.g., that you are modeling an industrial system. The system is periodically inspected and various preventive maintenance operations are carried out. If a system failure occurs during an inspection, the error is immediately repaired at a relatively small cost. On the other hand, if a system failure occurs between two inspections, the system is shut down until the next inspection. The cost of shutting down the system is proportional to the length of the period from the system failure time to the next inspection. Such a situation can easily be modeled using the Osc2 function. Let the input value to the Osc2 function be the point of time when the first system failure occurs. Furthermore, let the parameters of the function be defined as follows:
  4.  
  5.     窶彗窶 = The cost of repairing a system failure if the failure occurs at the start of an operative phase, including a possible shut down cost.
  6.  
  7.     窶彙窶 = The cost of repairing a system failure during inspections.
  8.  
  9.     窶彡窶 = The point of time when the system enters its first operative phase.
  10.  
  11.     窶彭窶 = The length of the interval between two inspections.
  12.  
  13.     窶彳窶 = The length of an inspection period.
  14.  
  15. The output value of the function is then the cost of the first system repair, including a possible shut down cost.
  16.  
  17. Default parameter values:
  18.     a = 1, b = 0, c = 0, d = 1, e = 1
  19.  
  20. Example:
  21.     a = 6, b = 2, c = 0, d = 10, e = 1
  22.  
  23.     Input = 8.5  =>  Output =     2.6
  24.     Input = 10.5  =>  Output =     2